<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Potta+One&amp;display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 6.25vmax;
}
@media (max-width: 992px) {
  html {
    font-size: 60px;
  }
}

body {
  /* min-height: 100vh; */
  /* padding: 0.5rem; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* color: #222; */
  /* font-size: 0.24rem; */
  /* font-family: "Space Grotesk", sans-serif; */
  /* background-image: radial-gradient(farthest-side, #afc8f9 90%, #fff0), radial-gradient(farthest-side, #ddc1fb 90%, #fff0), radial-gradient(circle at 0 0, #d5e0fa, #e5d5f6); */
  /* background-size: 7rem 7rem, 6rem 6rem, auto; */
  /* background-position: 30% 10%, 80% 90%, 0; */
  /* background-repeat: no-repeat; */
  /* backdrop-filter: blur(50px); */
	/* overflow: hidden; */
}

</pre></body></html>